instruction pipelining造句
例句與造句
- The floating-point unit made heavy use of instruction pipelining and was the first implementation of Tomasulo's algorithm.
- Instruction pipelining, Pentium and the Motorola / IBM PowerPC, as well as in many embedded microprocessors and microcontrollers from various manufacturers.
- This is the simplest form of a technique known as instruction pipelining, and is utilized in almost all modern general-purpose CPUs.
- Further improvement upon the idea of instruction pipelining led to the development of a method that decreases the idle time of CPU components even further.
- "' Instruction pipelining "'is a technique that implements a form of concurrently ( starting one instruction before finishing the previous one ).
- It's difficult to find instruction pipelining in a sentence. 用instruction pipelining造句挺難的
- This is achieved through architectural techniques such as instruction pipelining and out-of-order execution which attempts to exploit instruction level parallelism in the code.
- Xorshift generators are among the fastest non-WELL ) typically takes fewer than 10 clock cycles on x86 to generate a random number, thanks to instruction pipelining.
- This behavior only applies to von Neumann computers ( that is, not Harvard architecture computers ) that can run self-modifying code and have some sort of instruction pipelining.
- In order to reduce the amount of time consumed by these steps, most modern CPUs use a technique known as instruction pipelining in which the instructions pass through several sub-units in turn.
- As the semester progresses, additional features, such as instruction pipelining, register renaming, reservation stations, out-of-order execution, and scoreboarding, can be modeled and added to the simulator as they are introduced in the classroom.